home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000283_news@columbia.edu_Tue Jan 24 07:17:37 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25748
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 27 Jan 1995 03:31:27 -0500
  3. Received: by apakabar.cc.columbia.edu id AA01242
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 27 Jan 1995 03:31:26 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!udel!gatech!swrinde!howland.reston.ans.net!agate!dog.ee.lbl.gov!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: finish (no, not finnish!)
  9. Message-Id: <1995Jan24.131737.39041@cc.usu.edu>
  10. Date: 24 Jan 95 13:17:37 MDT
  11. References: <1995Jan23.113710@hnrc.tufts.edu> <1995Jan23.113505.38853@cc.usu.edu> <3g3anr$rcs@lynx.unm.edu>
  12. Organization: Utah State University
  13. Lines: 45
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3g3anr$rcs@lynx.unm.edu>, galway@chtm.eece.unm.edu (Denis McKeon) writes:
  17. > [article both posted and mailed]
  18. > In <1995Jan23.113505.38853@cc.usu.edu>,
  19. > Joe Doupnik <jrd@cc.usu.edu> wrote:
  20. >>In article <1995Jan23.113710@hnrc.tufts.edu>, jerry@hnrc.tufts.edu (Jerry Dallal) writes:
  21. >>> In previous PC versions, all I needed to type was 'f' at my PC's KErmit prompt
  22. >>> to send a finish to a mainframe version working as a server.  With version 
  23. >>> 3.14, 'f' is unrecognized and 'fi' is required.  I assume this is because 
  24. >>> the forward command has been added.  Would it be a major violation of style
  25. >>> if 'f' were allowed to continue to default to finish?
  26. >>---------
  27. >>    It would not be a swift idea. We already have too many "nicname"
  28. >>commands as it is. Surely FIN is not to cumbersome to type. But if your
  29. >>preferences are strong then DEFINE F FINISH. Self help.
  30. >>    Joe D.
  31. > I agree about the "nickname" commands - one person's nifty abbreviation
  32. > is another's non-mnemonic mystery - but I tried applying Joe's solution
  33. > to re-name an existing command (or its nickname) and failed:
  34. >     MS-Kermit>ver
  35. >     IBM-PC MS-DOS Kermit: 3.13 8 July 1993 patch level 17
  36. >     MS-Kermit>show macro x
  37. >      No macro(s)
  38. >      Free space (bytes) for names: 612
  39. >     MS-Kermit>x
  40. >     ?Transmit file not found
  41. >     ?Timeout
  42. >     MS-Kermit>define x push
  43. >     MS-Kermit>show macro x
  44. >      X = push
  45. >      Free space (bytes) for names: 607
  46. >     MS-Kermit>x
  47. >     ?Transmit file not found
  48. >     ?Timeout
  49. >     MS-Kermit> 
  50. > Any suggestions on how to use 'x' as a macro name?  
  51. --------
  52.     Yes, use "F" as in my example above. Not all macro names in
  53. conflict with exiting names will be accepted. 
  54.     Joe D.